// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Joseph And The Amazing Technicolor Dreamcoat','Iroquois Amphitheater','Louisville, KY','Friday','6/14/2024','7:30 PM','6378562','Joseph-And-The-Amazing-Technicolor-Dreamcoat-6-14-2024'],['Joseph And The Amazing Technicolor Dreamcoat','Iroquois Amphitheater','Louisville, KY','Saturday','6/15/2024','7:30 PM','6378563','Joseph-And-The-Amazing-Technicolor-Dreamcoat-6-15-2024'],['Joseph And The Amazing Technicolor Dreamcoat','Iroquois Amphitheater','Louisville, KY','Sunday','6/16/2024','7:30 PM','6378564','Joseph-And-The-Amazing-Technicolor-Dreamcoat-6-16-2024'],['Joseph And The Amazing Technicolor Dreamcoat','Iroquois Amphitheater','Louisville, KY','Monday','6/17/2024','7:30 PM','6378565','Joseph-And-The-Amazing-Technicolor-Dreamcoat-6-17-2024'],['Joseph And The Amazing Technicolor Dreamcoat','Iroquois Amphitheater','Louisville, KY','Wednesday','6/19/2024','7:30 PM','6378566','Joseph-And-The-Amazing-Technicolor-Dreamcoat-6-19-2024'],['Joseph And The Amazing Technicolor Dreamcoat','Iroquois Amphitheater','Louisville, KY','Thursday','6/20/2024','7:30 PM','6378567','Joseph-And-The-Amazing-Technicolor-Dreamcoat-6-20-2024'],['Joseph And The Amazing Technicolor Dreamcoat','Iroquois Amphitheater','Louisville, KY','Friday','6/21/2024','7:30 PM','6378568','Joseph-And-The-Amazing-Technicolor-Dreamcoat-6-21-2024'],['Joseph And The Amazing Technicolor Dreamcoat','Iroquois Amphitheater','Louisville, KY','Saturday','6/22/2024','7:30 PM','6378569','Joseph-And-The-Amazing-Technicolor-Dreamcoat-6-22-2024'],['Joseph And The Amazing Technicolor Dreamcoat','Iroquois Amphitheater','Louisville, KY','Sunday','6/23/2024','7:30 PM','6378570','Joseph-And-The-Amazing-Technicolor-Dreamcoat-6-23-2024'],['The Flaming Lips','Iroquois Amphitheater','Louisville, KY','Friday','6/28/2024','8:00 PM','6276365','The-Flaming-Lips-6-28-2024'],['Brit Floyd','Iroquois Amphitheater','Louisville, KY','Thursday','7/11/2024','7:30 PM','6342116','Brit-Floyd-7-11-2024'],['Needtobreathe','Iroquois Amphitheater','Louisville, KY','Saturday','7/20/2024','7:30 PM','6365526','Needtobreathe-7-20-2024'],['Straight No Chaser','Iroquois Amphitheater','Louisville, KY','Saturday','7/27/2024','7:30 PM','6278349','Straight-No-Chaser-7-27-2024'],['Charley Crockett','Iroquois Amphitheater','Louisville, KY','Tuesday','7/30/2024','7:30 PM','6318409','Charley-Crockett-7-30-2024'],['Louisville Jazz Festival: Boney James, Brian Culbertson & Jeter Jones','Iroquois Amphitheater','Louisville, KY','Friday','8/2/2024','7:00 PM','6328931','Louisville-Jazz-Festival--Boney-James--Brian-Culbertson---Jeter-Jones-8-2-2024'],['Louisville Jazz Festival: Boney James, Brian Culbertson & Jeter Jones','Iroquois Amphitheater','Louisville, KY','Saturday','8/3/2024','6:00 PM','6328990','Louisville-Jazz-Festival--Boney-James--Brian-Culbertson---Jeter-Jones-8-3-2024'],['Big Head Todd and The Monsters','Iroquois Amphitheater','Louisville, KY','Monday','8/12/2024','7:00 PM','6386447','Big-Head-Todd-and-The-Monsters-8-12-2024'],['Kansas - The Band','Iroquois Amphitheater','Louisville, KY','Friday','8/30/2024','7:30 PM','6401804','Kansas---The-Band-8-30-2024']],'Iroquois Amphitheater','http://www.ticketnetwork.com/ticket/Iroquois-Amphitheater-events.aspx');